home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / Spam Buster 1.95 / spambuster195.exe / %MAINDIR% / spamBuster.exe / 0 / RCDATA / TSERIESPOINTEREDITOR / TSERIESPOINTEREDITOR.txt
Encoding:
Text File  |  2002-03-14  |  4.0 KB  |  196 lines

  1. object SeriesPointerEditor: TSeriesPointerEditor
  2.   Left = 234
  3.   Top = 256
  4.   ActiveControl = CBDrawPoint
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   ClientHeight = 172
  8.   ClientWidth = 320
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poDefault
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object GPPoint: TGroupBox
  19.     Left = 8
  20.     Top = 2
  21.     Width = 305
  22.     Height = 165
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 113
  26.       Top = 20
  27.       Width = 61
  28.       Height = 17
  29.       Alignment = taRightJustify
  30.       AutoSize = False
  31.       Caption = '&Width:'
  32.       FocusControl = SEPointHorizSize
  33.     end
  34.     object Label2: TLabel
  35.       Left = 117
  36.       Top = 48
  37.       Width = 57
  38.       Height = 21
  39.       Alignment = taRightJustify
  40.       AutoSize = False
  41.       Caption = '&Height:'
  42.       FocusControl = SEPointVertSize
  43.     end
  44.     object Label3: TLabel
  45.       Left = 129
  46.       Top = 88
  47.       Width = 41
  48.       Height = 20
  49.       Alignment = taRightJustify
  50.       AutoSize = False
  51.       Caption = 'St&yle:'
  52.       FocusControl = CBPointStyle
  53.     end
  54.     object CBDrawPoint: TCheckBox
  55.       Left = 8
  56.       Top = 15
  57.       Width = 65
  58.       Height = 17
  59.       HelpContext = 683
  60.       Caption = '&Visible'
  61.       TabOrder = 0
  62.       OnClick = CBDrawPointClick
  63.     end
  64.     object CB3dPoint: TCheckBox
  65.       Left = 8
  66.       Top = 39
  67.       Width = 41
  68.       Height = 17
  69.       HelpContext = 190
  70.       Caption = '&3D'
  71.       TabOrder = 1
  72.       OnClick = CB3dPointClick
  73.     end
  74.     object CBInflate: TCheckBox
  75.       Left = 8
  76.       Top = 63
  77.       Width = 98
  78.       Height = 17
  79.       HelpContext = 249
  80.       Caption = 'Inflate &Margins'
  81.       TabOrder = 2
  82.       OnClick = CBInflateClick
  83.     end
  84.     object SEPointHorizSize: TEdit
  85.       Left = 177
  86.       Top = 16
  87.       Width = 28
  88.       Height = 21
  89.       HelpContext = 245
  90.       TabOrder = 3
  91.       Text = '1'
  92.       OnChange = SEPointHorizSizeChange
  93.     end
  94.     object SEPointVertSize: TEdit
  95.       Left = 177
  96.       Top = 44
  97.       Width = 28
  98.       Height = 21
  99.       HelpContext = 674
  100.       TabOrder = 4
  101.       Text = '1'
  102.       OnChange = SEPointVertSizeChange
  103.     end
  104.     object CBPointStyle: TComboBox
  105.       Left = 177
  106.       Top = 84
  107.       Width = 117
  108.       Height = 21
  109.       HelpContext = 448
  110.       Style = csDropDownList
  111.       DropDownCount = 12
  112.       ItemHeight = 13
  113.       Items.Strings = (
  114.         'Square'
  115.         'Circle'
  116.         'Triangle'
  117.         'Down Triangle'
  118.         'Cross'
  119.         'Diagonal Cross'
  120.         'Star'
  121.         'Diamond'
  122.         'Small Dot')
  123.       TabOrder = 5
  124.       OnChange = CBPointStyleChange
  125.     end
  126.     object BPoinPenCol: TBitBtn
  127.       Left = 201
  128.       Top = 124
  129.       Width = 93
  130.       Height = 25
  131.       HelpContext = 379
  132.       Caption = 'B&order...'
  133.       TabOrder = 6
  134.       OnClick = BPoinPenColClick
  135.     end
  136.     object UDPointHorizSize: TUpDown
  137.       Left = 205
  138.       Top = 16
  139.       Width = 15
  140.       Height = 21
  141.       TabOrder = 7
  142.       Associate = SEPointHorizSize
  143.       Max = 1000
  144.       Min = 1
  145.       Position = 1
  146.     end
  147.     object UDPointVertSize: TUpDown
  148.       Left = 205
  149.       Top = 44
  150.       Width = 15
  151.       Height = 21
  152.       TabOrder = 8
  153.       Associate = SEPointVertSize
  154.       Max = 1000
  155.       Min = 1
  156.       Position = 1
  157.     end
  158.     object CBPoDark: TCheckBox
  159.       Left = 8
  160.       Top = 87
  161.       Width = 69
  162.       Height = 17
  163.       HelpContext = 164
  164.       Caption = 'Dar&k 3D'
  165.       TabOrder = 9
  166.       OnClick = CBPoDarkClick
  167.     end
  168.     object GroupBox1: TGroupBox
  169.       Left = 8
  170.       Top = 112
  171.       Width = 180
  172.       Height = 45
  173.       TabOrder = 10
  174.       object BPointFillColor: TBitBtn
  175.         Left = 9
  176.         Top = 12
  177.         Width = 93
  178.         Height = 25
  179.         HelpContext = 117
  180.         Caption = 'B&ackground...'
  181.         TabOrder = 0
  182.         OnClick = BPointFillColorClick
  183.       end
  184.       object CBDefBrushColor: TCheckBox
  185.         Left = 112
  186.         Top = 16
  187.         Width = 64
  188.         Height = 17
  189.         Caption = '&Default'
  190.         TabOrder = 1
  191.         OnClick = CBDefBrushColorClick
  192.       end
  193.     end
  194.   end
  195. end
  196.